Feature: Enviar e-mail de invitacion al staff
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 0m 22.535s |
Scenario: Con mi usuario de ghost quiero enviar una invitacion a un email ya existente en las invitaciones
Before
0m 0.680s
Given
I navigate to page "http://localhost:3001/ghost/"
0m 0.721s
And
I wait for 2 seconds
0m 2.143s
When
I enter login email "<USERNAME1>"
0m 0.288s
And
I wait for 1 seconds
0m 1.137s
And
I enter login password "<PASSWORD1>"
0m 0.196s
And
I wait for 1 seconds
0m 1.175s
And
I submit login
0m 0.324s
And
I wait for 3 seconds
0m 3.277s
Then
I should have a nav-bar with functions
0m 0.212s
When
I click on the "staff" function
0m 0.402s
And
I wait for 1 seconds
0m 1.249s
Then
I should have this "gh-btn gh-btn-green" button
0m 0.263s
Then
I save existing email
0m 0.280s
When
I click invite people
0m 0.393s
And
I wait for 1 seconds
0m 1.263s
And
I enter existing email Adress
0m 0.369s
And
I wait for 1 seconds
0m 1.262s
And
I send invitation
0m 0.378s
And
I wait for 6 seconds
0m 6.266s
Then
I should have email error message "A user with that email address was already invited."
0m 0.245s
After
0m 0.012s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:3001/ghost/"
And
I wait for 2 seconds
When
I enter login email "<USERNAME1>"
And
I wait for 1 seconds
And
I enter login password "<PASSWORD1>"
And
I wait for 1 seconds
And
I submit login
And
I wait for 3 seconds
Then
I should have a nav-bar with functions
When
I click on the "staff" function
And
I wait for 1 seconds
Then
I should have this "gh-btn gh-btn-green" button
Then
I save existing email
When
I click invite people
And
I wait for 1 seconds
And
I enter existing email Adress
And
I wait for 1 seconds
And
I send invitation
And
I wait for 6 seconds
Then
I should have email error message "A user with that email address was already invited."
After
NO IMAGE AVAILABLE